home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / DistributedEO / English.lproj / DistributedEO.nib / data.classes next >
Encoding:
Text File  |  1995-02-17  |  353 b   |  11 lines

  1. AppManager = {
  2.     ACTIONS = {
  3.     "appDidInit:" = "appDidInit:"; 
  4.     "appWillTerminate:" = "appWillTerminate:"; 
  5.     "toggleLockOnSelection:" = "toggleLockOnSelection:"; 
  6.     }; 
  7.     OUTLETS = {eoController = eoController; lockButton = lockButton; tableView = tableView; }; 
  8.     SUPERCLASS = Object; 
  9. };
  10. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  11.